﻿2026-08-18T03:02:04.6908910Z ##[group]Run $floorBytes = 32GB
2026-08-18T03:02:04.6910113Z [36;1m$floorBytes = 32GB[0m
2026-08-18T03:02:04.6911176Z [36;1m$drive = (Get-Item $env:GITHUB_WORKSPACE).PSDrive[0m
2026-08-18T03:02:04.6912399Z [36;1m$freeBytes = [int64]$drive.Free[0m
2026-08-18T03:02:04.6913991Z [36;1mWrite-Host "disk preflight: drive=$($drive.Root) free_bytes=$freeBytes floor_bytes=$floorBytes"[0m
2026-08-18T03:02:04.6915648Z [36;1mif ($freeBytes -lt $floorBytes) {[0m
2026-08-18T03:02:04.6917379Z [36;1m  Write-Error "RESOURCE=disk drive=$($drive.Root) free_bytes=$freeBytes floor_bytes=$floorBytes"[0m
2026-08-18T03:02:04.6918963Z [36;1m  exit 1[0m
2026-08-18T03:02:04.6919748Z [36;1m}[0m
2026-08-18T03:02:04.6930980Z shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'"
2026-08-18T03:02:04.6932459Z env:
2026-08-18T03:02:04.6933242Z   SPT_ATTACH_GATE_WATCHDOG_MS: 120000
2026-08-18T03:02:04.6934256Z   SPT_ATTACH_IPC_DEADLINE_MS: 30000
2026-08-18T03:02:04.6946990Z   HEAVY: (package(spt-daemon) & kind(test) & binary(/^(attach|brain_swap|broker|budget|conn_blackhole_lifecycle|controller_lease|daemon_e2e|daemon_lifecycle_real_brain|digest|dispatch|driven_by_selfheal|endpoint_lifecycle|endpoint_survival|handoff|idempotent|inject_control_wedge|input_ack_deadlock|mesh_recovery|net_worker_starve|redispatch|redispatch_stall|registry_lifecycle|render_lifecycle|resize_geometry_epoch|resize_presentation_barrier|restart_replay_lifetime|resume|shellchan|spawn_truth|transport_death_eof|two_origin_spanning|twohost)$/)) | (package(spt) & kind(test) & binary(/^(attach_wedge_e2e|bind_cwd_project_e2e|bind_honest_cross_perch_e2e|brain_respawn_rename|brain_split|brain_survive|daemon_refresh_e2e|dummy_harness_e2e|endpoint_teardown_authority_e2e|engine_room_bringup_e2e|gateway_owner_shell_e2e|commune_two_cwd_e2e|job_escape_e2e|knock_approve_not_hostage_e2e|knock_mutual_cross_node_e2e|live_adapt_translation_swap_e2e|livehost_bootgate_e2e|multi_subnet_bringup_e2e|n1_pairing|oneliner_e2e|projindex_reader_e2e|projindex_writer_e2e|psyche_download_e2e|rc_attach_truth|resume_template_e2e|run_no_dup_session_e2e|wake_resume_bind_e2e)$/)) | (package(spt-term) & kind(test))
2026-08-18T03:02:04.6960513Z ##[endgroup]
2026-08-18T03:02:04.9677928Z disk preflight: drive=C:\ free_bytes=2665152512 floor_bytes=34359738368
2026-08-18T03:02:05.0816678Z [31;1mWrite-Error: [31;1mRESOURCE=disk drive=C:\ free_bytes=2665152512 floor_bytes=34359738368[0m
2026-08-18T03:02:05.1299777Z ##[error]Process completed with exit code 1.
